Action

An action providing a response to the SavePasswordCallback.

Constructors

Link copied to clipboard
constructor(consumer: Consumer<Response>)

Functions

Link copied to clipboard
open fun ignore()
Tells the browser to ignore credentials saving.
Link copied to clipboard
Returns true if this action is closed.
Link copied to clipboard
open fun neverSave()
Tells the browser that password forms on this URL should be blacklisted (marked as "never-saved") and SavePasswordCallback should not be invoked in the future.
Link copied to clipboard
open fun save()
Tells the browser to save credentials in the store.